net/http.http2priorityWriteScheduler.writeThrottleLimit (field)
8 uses
net/http (current package)
h2_bundle.go#L11272: ws.writeThrottleLimit = 1024
h2_bundle.go#L11274: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11444: writeThrottleLimit int32
h2_bundle.go#L11605: limit = ws.writeThrottleLimit
h2_bundle.go#L11616: ws.writeThrottleLimit += 1024
h2_bundle.go#L11617: if ws.writeThrottleLimit < 0 {
h2_bundle.go#L11618: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11621: ws.writeThrottleLimit = 1024
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)